From: Po Lu Date: Thu, 4 Apr 2024 00:32:49 +0000 (+0800) Subject: ; * src/haikufns.c (syms_of_haikufns): Fix indentation. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2045 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3608c1399ffdb130311e2d3674ff4037188d79d8;p=emacs.git ; * src/haikufns.c (syms_of_haikufns): Fix indentation. --- diff --git a/src/haikufns.c b/src/haikufns.c index 9b50099d6ac..870b6f58f02 100644 --- a/src/haikufns.c +++ b/src/haikufns.c @@ -3309,8 +3309,8 @@ syms_of_haikufns (void) Vx_sensitive_text_pointer_shape = Qnil; DEFVAR_BOOL ("haiku-pass-control-tab-to-system", - haiku_pass_control_tab_to_system, - doc: /* Whether or not to pass C-TAB to the system. + haiku_pass_control_tab_to_system, + doc: /* Whether or not to pass C-TAB to the system. Setting this variable will cause Emacs to pass C-TAB to the system (allowing window switching on the Haiku operating system), rather than intercepting it. */);